open

abstract fun open(args: List<String>)

Opens something. This is called by the screen manager when opening a screen and handling remaining sub-scope, and potentially other systems in the future.

Author

fzzyhmstrs

Since

0.6.6

Parameters

args

List optional arguments passed in from the opening mechanism to this opener. Doesn't currently do anything in Fzzy Config, but can be used for whatever you'd like.